home *** CD-ROM | disk | FTP | other *** search
- 0 rem << rr15-1 >>
- 5 rem >>> filename = w <<<
- 6 rem modified wedge and initialization
- 9 rem --- normal wedge ---
- 10 ifa=0 then a=1:load"dos 5.1",8,1
- 20 ifa=1 then sys12*4096+12*256
- 30 rem --- initialization ---
- 40 poke53280,11:poke53281,12 :rem border and background colors
- 50 print chr$(151):rem gray1 letters
- 60 poke 650,128 :rem repeating keys
- 100 rem - set up mx-80 printer -
- 110 open 222,4
- 120 print#222,chr$(27)"q"chr$(40): close 222 :rem 40 characters per line
- 200 new
-